home *** CD-ROM | disk | FTP | other *** search
- SET-SHOW FORM
-
- Sets the default print form.
-
- Avoids jobs from sitting in a queue with a pending status because its print
- form does not match the default queue set with the SET QUEUE command.
-
- The SET NOFORM command clears the print form and specifies the default form as
- SYS$PRINT. Use the DCL command SHOW QUEUE/FORM or see your system manager for
- valid forms on your system.
-
-
- Format: SET FORM form-name
-
- SET NOFORM
-
- SHOW FORM
-
- Examples:
-
- 1.
- MAIL> SHOW FORM
-
- You have not specified a form
-
- MAIL> SET FORM MEMO
- MAIL> SHOW FORM
-
- Your default print form is MEMO
-
- MAIL>
-
- This example shows how to set your default form to MEMO.